projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02615da
)
Fix typo in earlier cl.texi change
author
Glenn Morris
<rgm@gnu.org>
Tue, 30 Oct 2012 19:23:13 +0000
(15:23 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 30 Oct 2012 19:23:13 +0000
(15:23 -0400)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index 8cee1cf9639df4a31a5271025496f7093cb45518..3870eb33064c2723a60b3f75b036fb29ae7f4fd7 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-3317,7
+3317,7
@@
by @var{function} are ignored and thrown away rather than being
collected into a list. The return value of @code{cl-mapc} is @var{seq},
the first sequence. This function is more general than the Emacs
primitive @code{mapc}. (Note that this function is called
-@code{cl-mapc} even in @file{cl.el}, rather than @code{map*} as you
+@code{cl-mapc} even in @file{cl.el}, rather than @code{map
c
*} as you
might expect.)
@c http://debbugs.gnu.org/6575
@end defun